Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove TODO in cosets module #198

Merged
merged 1 commit into from
Aug 14, 2024
Merged

Conversation

kevaundray
Copy link
Contributor

No description provided.

Comment on lines +47 to +48
// Note: generating the whole group, just to get the generator is inefficient
// However, this code is not on the hot path, so we don't optimize it.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is only called upon startup, we could just compute the generator given we know the largest primitive root of unity. I would only do this if we benchmark it to be an issue

@kevaundray kevaundray added this pull request to the merge queue Aug 14, 2024
Merged via the queue into master with commit 4f663bc Aug 14, 2024
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant